type go.uber.org/zap/zapcore.lazyWithCore
8 uses
go.uber.org/zap/zapcore (current package)
lazy_with.go#L25: type lazyWithCore struct {
lazy_with.go#L35: return &lazyWithCore{
lazy_with.go#L42: func (d *lazyWithCore) initOnce() {
lazy_with.go#L48: func (d *lazyWithCore) With(fields []Field) Core {
lazy_with.go#L53: func (d *lazyWithCore) Check(e Entry, ce *CheckedEntry) *CheckedEntry {
lazy_with.go#L64: func (d *lazyWithCore) Enabled(level Level) bool {
lazy_with.go#L69: func (d *lazyWithCore) Write(e Entry, fields []Field) error {
lazy_with.go#L74: func (d *lazyWithCore) Sync() error {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)